/*非响应式布局样式  正常pc端的样式*/


/*样式的重置部分*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:12px;vertical-align:baseline} 
ol, ul {list-style:none} :focus {outline:none; } 
table {border-collapse:collapse;border-spacing: 0} 
caption, th, td { text-align: left; font-weight: normal} 
strong {font-weight:600} 
a{font:12px Arial;text-decoration:none;color:#404040;cursor:pointer; text-decoration: none;} 

h1{font-size:16px;font-weight:600;color:#666} .left{float:left} .right{float:right} .clear{clear:both}


/*清除浮动的标签*/
.clear{
	zoom: 1;
}
.clear:after{
	content: "";
	display: block;
	height:0;
	visibility: hidden;
	clear: both;
}

/*头部导航部分*/
.header{
	/*border:none*/
	width:100%;
	position:fixed;
	z-index: 1000;
	left: 0px;
	top:0px;
	background-color:#10492d;
	


}

.header .logo{
	float:left;
	width:auto;
	height:105px;
	/*border:none*/
	box-sizing:border-box;
	margin-left:50px;
	margin-top:7.5px;
}
.header .logo img{
	display: block;
	margin:0 auto;
	height:100%;
	width:auto;

}

.header .nav{
	float:right;
	height:auto;
	box-sizing:border-box;
	/*border:1px solid white;*/
	padding-right:50px;

}

.header .nav li{
	float: left;
	width: 120px;
	height:120px;
	/*border:1px solid black;*/
	box-sizing:border-box;
	margin:0px 2px;
	line-height: 120px;

}
.header .nav li:hover{
	background-color: #fff;
}
.header .nav li:hover a span{
	color:#10492d;
}
.header .nav li.active{
	background-color: #fff;
}
.header .nav li.active a span{
	color:#10492d;
}

.header .nav li a img{
	width:40px;
	height:40px;
	display:block;
	margin:5px auto;
	margin-top:25px;
	box-sizing:border-box;
}

.header .nav li a span{
	display: inline-block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align: center;
	color:white;
	letter-spacing: 1px;
	font-size:18px;

}
.fp-controlArrow.fp-prev{
	left: 8%;
    width: 0;
    border-width: 0px;
    border-color: transparent;
    width:36px;
    height:36px;
    background-image: url(../img/lft1.png);
    background-size:100% 34px;
    background-repeat: no-repeat;
    background-position:center;
}
.fp-controlArrow.fp-next{
	right: 8%;
    width: 0;
    border-width: 0px;
    border-color: transparent;
    width:36px;
    height:36px;
    background-image: url(../img/lft2.png);
    background-size:100% 34px;
    background-repeat: no-repeat;
    background-position:center;
}

#dowebok .slide{
	width:100%;
	height:100%;
	overflow: hidden;
	position: relative;
}
#dowebok .slide .yytt{
	position: absolute;
	z-index: 100;
	left: 0px;
	top:5px;
	height: 400px;
	/*background-color: red;*/
	width:100%;
}
#dowebok .slide img.ooo{
	display: block;
	width:100%;
	height:100%;
}

.green{
	border-top:1px solid transparent;
	box-sizing:border-box;
	width:100%;
	height:100%;
	/*background-image: url(../img/sec2.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;*/
}
.green-bt{
	border:1px solid transparent;
	box-sizing:border-box;
	width:60%;
	margin:1.3% auto;
	margin-top: 10%;
}
.green-bt p{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	/*font-weight:bold;  */
	font-size:30px;
	color:white;
	/*letter-spacing: 2px;*/
}

.bbbaaa{
	/*border:none*/
	box-sizing:border-box;
	width:60%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.bbbaaa span,.bbbaaa b{
	display: inline-block;
}
.bbbaaa span{
	width:30%;
	height:0px;
	padding-top:15px;
	height: 24px;
	box-sizing:border-box;
	
}
.bbbaaa span i{
	border-top:1px solid white;
	width:100%;
	height: 1px;
	display: block;
}
.bbbaaa b{
	font-weight:bold;
	font-size:30px;
	color:white;
	letter-spacing: 2px;
	margin:0px 3%;
}

.ccpp{
	/*border:none*/
	width:1300px;
	margin:0 auto;
	box-sizing:border-box;
	height:auto;
	margin-top: 40px;
}
.ccpp li{
	float:left;
	box-sizing:border-box;
	width:25%;
	height:auto;
	/*border:none*/
}
.ccpp li a{
	display: block;
	width:100%;
	height:100%;
}
.ccpp li a div{
	position:relative;
	z-index: 100;
	width:270px;
	height:270px;
	margin:0 auto;
	border-radius: 50%;
	border:1px solid white;
	
}
.ccpp li a div img{
	display: block;
	width:200px;
	height:200px;
	margin:35px auto;
	/*border:1px solid white;*/
	border-radius: 50%;
}
.ccpp li a div span{
	display: block;
	width:130px;
	position: absolute;
	left: 50%;
	overflow: hidden;
	bottom: -15px;
	margin-left: -65px;
	height:35px;
	border-radius: 3px;
	background-color: #165738;
	color:white;
	text-decoration: none;
	text-align:center;
	letter-spacing:2px;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
}

.pc-more{
	border:1px solid white;
	
	width:120px;
	height:30px;
	border-radius:20px;
	background-color: white;
	color:#165738;
	font-size:14px;
	letter-spacing: 2px;
	margin:0 auto;
	margin-top:80px;
	display: block;
	text-align: center;
	line-height:30px;	
	padding:0px 4px;
	text-align:center;
	vertical-align: middle;
	/*padding-left: 12px;*/
}
a.pc-more span{
	font-size: 12px;
    display: inline-block;
    background-color:#165738;
    color:white;
    border-radius:50%;
    width:16px;
    height:16px;
    line-height:16px;
    text-align:center;
    margin-left:14px;  
}
.new{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border-top:1px solid transparent;
	
}

.new-neirong{
	/*border:none*/
	box-sizing:border-box;
	width:1200px;
	margin:2% auto;

}

.new-neirong-left{
	/*border:none*/
	box-sizing:border-box;
	width:550px;
	float:left;
}

.bt-lan{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding-bottom:8px;
	border-bottom:1px solid gray;
}
.bt-lan:after{
  	clear:both;
}
.bt-lan b,.bt-lan span{
	float: left;
}
.bt-lan b{
	float:left;
	font-weight:bold;
	font-size:18px;
	letter-spacing:2px;
	color:#10492d;
	height:30px;
	line-height: 30px;
}
.bt-lan span{
	float: left;
	color:#898989;
	font-size:14px;
	word-spacing: 2px;
	margin-left:5px;
	height:30px;
	line-height: 30px;
}
.bt-lan a{
	float:right;
	margin-right:3px;
	color:gray;
	font-size:14px;
	height:30px;
	line-height: 30px;
}


.tw-lan{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-top:8px;
}
.tw-lan-1{
	width:175px;
	height:260px;
	float: left;
	/*border:none*/
	box-sizing:border-box;
	background-color:#10492d;
	padding-top: 24px;
　　padding-bottom: 24px;
}
.tw-lan-1 span.yuefen{
	display: block;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	letter-spacing: 1px;
	color:white;
	margin-top:60px;
	overflow: hidden;

}
.tw-lan-1 span.nianfen{
	width:100%;
	text-align:center;
	font-size:20px;
	height:30px;
	line-height:30px;
	color:white;
	display: block;
	/*border:none*/
	width:46%;
	margin:0 auto;
	text-align:left;
	margin-top:2px;
	margin-bottom: 24px;
	
}
.tw-lan-1 span.nianfen small{
	padding-bottom: 5px;
	border-bottom:1px solid white;
	font-weight: 0;
	font-size:16px;
}
.tw-lan-2{
	float:right;
	width:375px;
	/*border:none*/
	box-sizing:border-box;
	height:auto;
	max-height: 260px;
}
.tw-lan-2 img{
	display: block;
	width:100%;
	height:auto;
}

.xwbf{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:auto;
}
.xwbf ul{
	width:100%;
	height:auto;

}
.xwbf ul li{
	height:30px;
	line-height: 30px;
	width:100%;
	border-bottom:1px solid #e2e2e2;
	box-sizing:border-box;
	margin:5px auto;
}
.xwbf ul li a{
	float: left;
	margin-left:5px;
	color:#363636;
	letter-spacing:1px;
	height: 30px;
	line-height:30px;
	font-size:14px;
	overflow: hidden;
	width:auto;
	max-width:220px;
	/*color:white;*/

}
.xwbf ul li span.kx{
	height:30px;
	line-height: 30px;
	text-align: center;
	width:auto;
	font-size:14px;
	float:left;
	color:#10492d;
	margin-right:2px;
}
.xwbf ul li span.time{
	margin-right:5px;
	letter-spacing: 1px;
	color:#10492d;
	color:#363636;
	float:right;
	margin-right: 2px;
	height: 30px;
	line-height:30px;
	font-size:14px;
}

.new-neirong-right{
	float:right;
	/*border:none*/
	box-sizing:border-box;
	width:550px;
}

/*关于我们*/
div.about{
	border-top:1px solid #165738;
	box-sizing:border-box;
	width:100%;
	height:100%;
	/*background-image: url(../img/sec4.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;*/
}

.about-neirong{
	/*border:none*/
	box-sizing:border-box;
	width:1220px;
	height:auto;
	margin:20px auto;
}

.about-neirong-left{
	float:left;
	/*border:none*/
	box-sizing:border-box;
	height:auto;
	width:52%;
}

.about-1{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	line-height: 40px;
	font-size:30px;
	/*font-weight:bold;*/
	font-family:"微软雅黑";
	letter-spacing: 1px;
	color:white;
	padding-bottom:20px;
	border-bottom:1px solid white;
	overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;


}

.about-2{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	margin-top:10px;
	height:auto;

}

.about-2-1{
	float:left;
	box-sizing:border-box;
	width:35%;
	height:auto;
}

.about-2-1 img{
	width:95%;
	display:block;
	margin:0 auto;
	height:auto;
}

.about-2-2{
	float: left;
	width:100%;
	box-sizing:border-box;
	/*margin-left: 2%;*/
	color:white;
}
.about-2-2 p{
	line-height:30px;
	color:white;
	height:auto;
	width:100%;
	font-size:16px;
	text-indent:2em;
}
.about-2-2 img{
	display: block;
	width:auto;
	height:45px;
	margin:5px 0px;
}


.about-more{
	display: block;
	width:120px;
	height:30px;
	background-color: #165738;
	color:white;
	text-align: center;
	font-size:14px;
	line-height: 30px;
	border-radius: 20px;
	margin-top:10px;

}

.about-more span{
	display: inline-block;
	font-size:14px;
	width:14px;
	height:14px;
	line-height: 14px;
	text-align: center;
	color:#165738;
	background-color: white;
	vertical-align: middle;
	border-radius: 50%;
	margin-left:12px;

}

.about-neirong-right{
	/*border:1px solid white;*/
	box-sizing:border-box;
	width:46%;
	height:auto;
	float:right;
}
.diceng{
	border:1px solid transparent;
	box-sizing:border-box;
	width:90%;
	height:396px;
	background-color:rgba(255,255,255,0.2);
	position: relative;
	margin:5px auto;
}
.diceng-wy{
	border:1px solid transparent;
	box-sizing:border-box;
	width:100%;
	height:396px;
	background-color:rgba(255,255,255,0.2);
	position: absolute;
	left: 16px;
	top:16px;
	z-index: 1000;
	text-align: center;
	
}
.diceng-wy a{
	display:inline-block;
	width:25%;
	/*border:none*/
	box-sizing:border-box;
	margin:50px 10px 0px 10px;
}
.diceng-wy a img{
	display: block;
	margin:15px auto;
	width:auto;
	height:50px;
}
.diceng-wy a span{
	width: 100%;
	height:30px;
	line-height:30px;
	text-align: center;
	font-size:16px;
	color:white;
	font-weight:bold;
}
.diceng-wy a:last-child{
	width:33.3333%;
}


/*科学研究院*/

.kxy{
	border-top:1px solid white;
	box-sizing:border-box;
	width:100%;
	height:100%;
	/*background-image: url(../img/sec5_1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;*/
}

.kxy-content{
	width:1200px;
	height:auto;
	/*border:none*/
	box-sizing:border-box;
	margin:10px auto;
}
.kxy-1{
	width:100%;
	height:auto;
	padding-bottom:10px;
	border-bottom:1px solid #abb2af;

}
.kxy-1 .kxy-1-1{
	float:left;
	margin-left:2px;
	font-size:30px;
	color:#0d3b25;
	letter-spacing: 1px;
}
.kxy-1 .about-more{
	float:right;
	margin-right:2px;
	margin-top: 5px;
}
.kxy-duan{
	margin:20px auto;
	width:100%;
	line-height:35px;
	font-size:16px;
	color:#292b2a;
	letter-spacing: 1px;
	height:auto;
	text-indent: 2em;

}

.kxy-renyuan {
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-top:60px;
	
}
.kxy-renyuan li{
	/*border:none*/
	box-sizing:border-box;
	width:24%;
	height:auto;
	float:left;
	border-right:1px solid #10492d;
	border:1px solid #10492d;
	margin-right:1.33%;
	margin-bottom:6px;

}

.kxy-renyuan li:nth-child(4n){
	
	margin-right:0px;
	
	}

.kxy-renyuan a{
	display: block;
	width:100%;
	margin:0 auto;
	height:auto;
	position:relative;
}
.kxy-renyuan li a img{
	width:100%;
	margin:0 auto;
	height:auto;
	display: block;
	height:100%;
}
.kxy-renyuan li a span{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	color:white;
	background-color: rgba(13,59,37,0.8);
	letter-spacing:2px;
	font-size:14px;
	font-weight:bold;
}

/*主页的最后一屏*/
.foot{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	background-color:#10492d;
	color:white;
	font-size:16px;
	padding-top:60px;

}
.foot-1{
	width:1200px;
	margin:0 auto;
	border:1px solid #10492d;
	padding-bottom: 60px;

}
.foot-1-1{
	float:left;
	/*border:none*/
	box-sizing:border-box;
	width:80%;
	height:auto;
}
.fs-1{
	font-size:20px;
	color:white;
	letter-spacing: 1px;
	height:30px;
	line-height:30px;
}
.fs-2{
	/*font-weight:bold;*/
	font-size:32px;
	color:white;
	height:35px;
	line-height:45px;
	margin:5px 0px;
}

.fs-3{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	overflow: hidden;
	height:auto;
}
.fs-3 span{
	float:left;
	font-size:14px;
	color:white;
	display: inline-block;
	height:30px;
	line-height:30px;
	margin-left:20px;
	letter-spacing:2px;
}
.fs-3 span:first-child{
	margin:0px;
}

.fs-4{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:5px auto;
}
.fs-4 a{
	float:left;
	display: block;
	padding:0px 5px;
	height:auto;
}
.fs-4 a img{
	display: block;
	height:35px;
	width:auto;
	margin:0 auto;
}
.foot-1-2{
	text-align: right;
}
.foot-1-2 img{ 
	float:right;
	border:5px solid white;
	box-sizing:border-box;
	width:120px;
	height:120px;
	display: inline-block;
}
.foot-1-2 span{
	width:120px;
	height:30px;
	line-height:30px;
	display: inline-block;
	font-size:14px;
	text-align: center;
	border:1px solid #10492d;
	letter-spacing:2px;  
}
.foot-2{
	 width: 100%;
	 height:auto;
	 /*border:none*/
	 box-sizing:border-box;
	 text-align: center;
	 background-color: #072f1a;
	 padding:15px 0px;

}
.foot-2-1{
	width:600px;
	display: inline-block;
	/*border:1px solid black;*/
	font-size: 14px;
    color: #398061;
    letter-spacing: 2px;
}
.foot-2-1 span{
	font-size: 14px;
}
.foot-2-2{
	width: 600px;
	display: inline-block;
	/*border:none*/
	box-sizing:borer-box;
	text-align: right;
	
	
}
.foot-2-2 span{
	font-size:14px;
	color:#398061;
	letter-spacing: 2px;
}
.foot-2-1 a{
	display: inline-block;
	text-align: center;
	font-size:14px;
	color:#398061;
	padding:0px 20px;
	border-right:1px solid #10492d;
}
.foot-2-1 a:last-child{
	border:none;
}

/*关于我们的样式*/
.bkimg{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:350px;
	overflow: hidden;
}
.bkimg img{
	display: block;
	width:100%;
	height:100%;

}

.content{
	width:1200px;
	margin:0 auto;
	padding:20px 0px;
	border:none
	box-sizing:border-box;
	
	height:auto;
}
.content-left{
	/*border:none*/
	box-sizing:border-box;
	width:220px;
	height:auto;
	background-color: #f8f8f8;
	float: left;
}
.biaoti-1{
	border-bottom:4px solid #17b261;
	box-sizing:border-box;
	height:auto;
	padding:44px 0px;
	background-color:#10492d;
	padding-left: 20px;

}
.zhongwen{
	font-size:26px;
	/*font-weight:bold;*/
	color:white;
	letter-spacing:2px;
	height:30px;
	line-height:30px;
}
.yingwen{
	font-size:16px;
	letter-spacing: 1px;
	color:white;
	height: 25px;
	line-height: 25px;

}

.cebianlan{
	/*border:none*/
	box-sizing:border-box;
	width:100%;
	height:auto;
}
.cebianlan li{
	width:100%;
	height:auto;
	

}
.cebianlan li a{
	width:80%;
	padding-left: 20%;
	font-size:16px;
	display: block;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;
	overflow: hidden;
}
.cebianlan li i{
	display:inline-block;
	height:0;
	width:0;
	border-left:10px solid white;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	margin-right: 10px;
	
}
.cebianlan li:hover{
	background-color: #10492d;
}
.cebianlan li:hover a{
	color:white;
}
.cebianlan li.active{
	background-color: #10492d;
}

.cebianlan li.active a{
	color:white;
}


.content-right{
	/*border:1px solid black;*/
	height:auto;
	box-sizing:border-box;
	float:right;
	width:930px;

}
.content-right-bt{
	/*border:none*/
	box-sizing:border-box;
	padding:0px 2px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	width:100%;
	height:auto;
}
.san-1{
	float:left;
	/*border:none*/
	box-sizing:border-box;
	height:30px;
	line-height: 30px;
	

}
.san-1 b{
	font-size:18px;
	margin-right:5px;
	
}
.san-1 span{
	font-size:14px;
	color:gray;
}
.san-2{
	float:right;
	width:400px;
	/*border:none*/
	box-sizing:border-box;
	text-align: right;
	height:30px;
	line-height: 30px;
}
.san-2 span,.san-2 a{
	margin:0px 1px;
	color:gray;
	font-size:14px;
}
.san-2 a:hover{
	color:black;
}

.box-ccdd{
	border:none
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding-top:45px;
}
.box-ccdd-1{
	float: left;
	width:60%;
	border:none
	box-sizing:border-box;
}
.box-ccdd-2{
	float:right;
	width:40%;
	border:none
	box-sizing:border-box;
	height:auto;
}
.box-ccdd-1-1{
	width:100%;
	height:auto;
}
.box-ccdd-1-1 img{
	display: block;
	height:100px;
	width:auto;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:15px;
}
.box-ccdd-1-2{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:20px;
	color:#10492d;
	font-weight:bold;
	letter-spacing:1px;
	padding-bottom:5px;
	border-bottom:2px solid #10492d;
	

}
.box-ccdd-1-3{
	height:auto;
	line-height: 25px;
	font-size:14px;
	margin-top: 20px;
}
.box-ccdd-2{
	text-align: right;
}

.box-ccdd-2 img{
	width:330px;
	height:auto;
	display: inline-block;

}
a.aative{
	color: #10492d;
}

/*新闻动态*/

.box-new{
	/*border:none;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-top:70px;

}
.box-new li{
	width:100%;
	height:auto;
	padding-bottom: 20px;
	border-bottom:1px dashed #ccc;
	margin-top:40px;
}

.box-new li .xinw-1{
	width:240px;
	height:auto;
	float: left;
	/*border:none;*/
	box-sizing:border-box;

}
.box-new li .xinw-1 img{
	display:block;
	width:100%;
	height:auto;
}
.box-new li .xinw-2{
	width:600px;
	float: left;
	height:auto;
	/*border:1px solid black;*/
	box-sizing:border-box;
	margin-left: 26px;
}
.kxx-1{
	/*border:none;*/
	box-sizing:border-box;
	height:40px;
	line-height: 40px;
	font-size:20px;
	color:black;
	overflow: hidden;
}
.kxx-1>span{
	color:#10492d;
	font-size:20px;
}
.kxx-2 {
	height:25px;
	line-height:25px;
	display:inline-block; 
	font-size:14px;
	color:gray;
	padding-bottom:5px;
	text-align: left;
	
}
.kxx-3{
	width:60px;
	display: block;
	height: 2px;
	border-bottom:2px solid #e2e2e2;
}

.kxx-4{
	width:100%;
	height:auto;
	line-height: 22px;
	font-size:14px;
	color:#696666;
	margin-top: 5px;
	text-overflow:ellipsis;
	overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.kxx-5{
	border:none;
	box-sizing:border-box;
	display: block;
	width:110px;
	height: 35px;
	border:1px solid #10492d;
	line-height: 35px;
	text-align: center;
	margin:12px 0px;
	overflow: hidden;
}
.kxx-5:hover{
	background-color: #10492d;
	color:white;
}


/*分页*/
.page{
	width: 100%;
    text-align: center;
    margin-top: 65px;
    cursor: pointer;
}
.page a{
	display: inline-block;
    padding: 4px 10px;
    margin: 0 2px;
    background-color: #F8F8F8;
    font-size: 14px;
}
.page a:hover{
	background-color: #10492d;
	color:white;
}
a.on{
	background-color: #10492d;
	color:white;
}

/*绿色科技*/

.lvse{
	/*border:none;*/
	width:100%;
	height:auto;
	box-sizing:border-box;

}
.lvse h4{
	background-color: #10492d;
	padding:0px 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-right:4px solid #17b261;
	color:white;
	margin:10px 0px;
	display:inline-block;
	letter-spacing: 1px;
}
.lvse p{
	line-height: 25px;
	font-size:14px;
	text-indent: 2em;
	color:black;
	height:auto;
	margin-top:20px;
}
.lvse img.datu{
 width: 96%;
 display: block;
 height:auto;
 margin:5px auto;
} 

.lvse-f4{
	width:100%;
	height:auto;
	
	box-sizing:border-box;
	margin:10px auto;

}
.lvse-f4 i{
	display: block;
	float:left;
	width:25%;
	height:auto;

}
.lvse-f4 i img{
	display: block;
	width: 96%;
	height:auto;
	margin:0 auto;

}

.tw-us{
	border:1px solid #d8d8d8;
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:8px auto;

}
.tw-us-1{
	float:left;
	width:50%;
	height:auto;
	/*border:none;*/
	box-sizing:border-box;
	overflow:hidden;
}

.tw-us-1 img{
	display: block;
	height:300px;
	width: auto;
	max-width:100%;

}

.tw-us-2{
	float:left;
	width:50%;
	height:auto;
	/*border:none;*/
	box-sizing:border-box;
	/*padding-bottom:60px; */
	padding-top:30px;
}
.tw-us-2 p{
	width:100%;
	height:auto;
	overflow: hidden;
	line-height: 30px;
	font-size:14px;
	color:black;
	text-overflow:ellipsis;
	display: box;
	display: -webkit-box;
	line-clamp:7;
	-webkit-line-clamp:7;
	-webkit-box-orient:vertical;
	padding:0 6%;
	box-sizing:border-box;
	/*border:none;*/
}

/*科学研究院的代码*/
.kexue{
	border:none;
	box-sizing:border-box;
	width:100%;
	height:auto;
}
.kexue-1{
	width:100%;
	height:auto;
	background-image: url(../imgs/bgbg.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	background-size:100% 100%;
	padding-bottom:56px;
}

.kexue-1-neirong{
	border-top:1px solid transparent;
	box-sizing:border-box;
	width:1200px;
	height:auto;
	margin:0 auto;

}
form.soso{
	width:220px;
	height:auto;
	margin: 55px auto;
	display:block;
	/*border:none;*/
	box-sizing:border-box;
	border-radius:3px;
	background-color:white;

}
form.soso input{
	border:none;
	outline: none;
	height:30px;
	background-color: transparent;
	box-sizing:border-box;
	padding:0px 12px;
	width:80%;
	display: inline-block;
	/*border:none;*/
	float: left;
}
form.soso a{
	/*border:none;*/
	box-sizing:border-box;
	width:20%;
	height:30px;
	display: inline-block;
	float: left;
}
form.soso a img{
	width:17px;
	height:17px;
	display: block;
	margin:0 auto;
	margin-top: 6.5px;
}

.kx-btt{
	/*border:none;*/
	box-sizing:border-box;
	width:600px;
	height:auto;
	margin:0 auto;
}

.kx-btt-1{
	/*border:none;*/
	box-sizing:border-box;
	width:100%;
	text-align: center;
	height:30px;
	line-height: 30px;
	font-size:24px;
	letter-spacing:1px;
	color:#494949;

}

.kx-btt-2{
	/*border:none;*/
	box-sizing:border-box;
	width:100%;
	color:#a39e9c;
	font-size:14px;
	height:30px;
	line-height:30px;
	text-align:center;
}

.kx-btt-3{
	/*border:none;*/
	box-sizing:border-box;
	width:100%;
}
.kx-btt-3 span{
	width:40px;
	display: block;
	margin:5px auto;
	border-bottom: 4px solid #10492d;
	height:1px;
}

.kx-duan1{
	font-size: 14px;
    color: #626265;
    line-height: 1.9;
    text-indent: 2em;
    margin-top: 30px;
    width:100%;
    height:auto;
}
.kx-bta{
	font-size:18px;
	letter-spacing: 1px;
	color:#10492d;
	height:auto;
	margin:40px auto;
	width:100%;
	height:auto;
	padding-bottom:20px;
	border-bottom:1px solid #10492d;
	font-weight:bold;
}

.kx-f3{
	/*border:none;*/
	box-sizing:border-box;
	width:100%;
	padding:0% 2%;
	height:auto;
	
}
.kx-f3 img{
	max-width:100%;
	height:auto;
	display: block;
	margin:0px auto;
	margin-top: 90px;
	margin-bottom: 35px;
}

img.lala{
	max-width: 100%;
	height:auto;
	margin:30px auto;
	width:98%;
	display: block;
}

/*科学研究院的第二部分*/
.kexue-2{
	border:none;
	box-sizing:border-box;
	width:100%;
	background-color: #fff;
	height:auto;
	padding:30px 0px;
}

.kexue-2-neirong{
	width:1200px;
	height:auto;
	margin:0 auto;
	border:none;
	box-sizing:border-box;
}

.kexue-renwu{
	width:1200px;
	height:auto;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	margin:60px auto;
}

.biuy{
	border:none;
	box-sizing:border-box;
	padding:40px 30px;
	height:auto;
	width:100%;
	background-color: #ebedeb;
	margin-bottom:60px;
}
.biuy img{
	display: block;
	width:180px;
	height:auto;
	float:left;
	border:3px solid white;
}
.biuy>div.renwukan{
	width: 910px;
	height:auto;
	float: left;
	margin-left:35px;
	border:none;
	box-sizing:border-box;
}
.biuy>div.renwukan span{
	font-size:20px;
	letter-spacing: 2px;
	display: block;

}
.biuy>div.renwukan span i{
	display: block;
	width: 30px;
	height: 1px;
	display: block;
	border-bottom: 2px solid #565956;
	margin-top:20px;
}
.biuy>div.renwukan p{
	margin-top:30px;
	font-size:14px;
	line-height: 1.9;
	height:auto;
	text-indent: 2em;
}
.swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px !important;
}
.swiper-pagination-bullet-active{
	background-color: #12472b !important;
}

div.tss{
	width:200px;
	border-top:1px solid #ccc;
	margin:5px auto;
	position: relative;

}
div.tss span{
	margin-top:-4px;
}


/*第三部分*/
.kexue-3{
	border-top:1px solid #12472b;
	box-sizing:border-box;
	width:100%;
	height:800px;
	position: relative;
}
.kexue-3 .green{
	position: absolute;
	z-index: -3;
	top:0px;
	left: 0px;
	width:100%;
	height:335px;
	background-color: #12472b;
}

.kexue-3-xuan{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:1200px;
	height:auto;
	margin:0 auto;
	margin-top:80px;
	
}
.kexue-3-xuan li{
	width:25%;
	height:432px;
	overflow:hidden;
	/*border:1px solid red;*/
	box-sizing:border-box;
	float: left;

}
.kexue-3-xuan li>div{
	height:360px;
	width:286px;
	margin:0 auto;
	position: relative;
	margin-top: 60px;


}
.kexue-3-xuan li>div img{
	width: 100%;
	height:100%;
}
.kexue-3-xuan li>div .lalaa{
	width:100%;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	height:432px;
	bottom:0px;
	left:0px;
	position: absolute;
	z-index: 100;
	
	top: 285px;
	
}
.kexue-3-xuan li>div .lalaa span{
	font-size:14px;
	font-weight:bold;
	width:90%;
	height:auto;
	margin:0 auto;
	margin-top:40px;
	box-sizing:border-box;
	padding:0 1%;
	color:black;
	display: block;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	letter-spacing: 1px;
	color:white;
	border:none;
}
.kexue-3-xuan li>div .lalaa p{
	
	width:90%;
	margin:0 auto;
	margin-top:20px;
	height:auto;
	font-size:14px;
	line-height: 1.6;
	letter-spacing: 1px;
	color:#494949;
	display: none;
}

.kexue-3-xuan li>div .lalaa i{
	position: absolute;
	width: 0;
    height: 0;
    border-bottom: 20px solid #12472b;
    border-left: 20px solid transparent;
    right:0px;
    bottom:0px;
    z-index: 100;
    right: 150px;
    bottom:150px;
   opacity: 0;
}


/*科学的第四部分*/
.kexue-4{
	/*border:1x solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	clear: both;
}
.juzhong{
	width:1200px;
	height:auto;
	line-height:1.6;
	font-size:14px;
	color:gray;
	text-align: center;
	margin:0 auto;
	margin-top:20px;
}
.kexue-4-fen{
	width:1200px;
	height:auto;
	/*border:1px solid red;*/
	margin:30px auto;
	box-sizing:border-box;
}

.bn-1,.bn-2{
	/*border:1px solid red;*/
	box-sizing:border-box;
	height:auto;
	float: left;
	width:734px;
	background-color: #f8f9fd;
}
.bn-1{
		margin-left: 30px;
}
.bn-1 span,.bn-2 span{
	/*border:1px solid black;*/
	height:45px;
	width:150px;
	display: block;
	margin-left: -30px;
	background-color:#10492d;
	line-height: 45px;
	color:white;
	text-align: center;
	letter-spacing:1px;
	font-weight:bold;
	font-size:16px;
	margin-top: 30px;
	

}

.bn-1 p, .bn-2 p{
	width:92%;
	margin:0 auto;
	margin-top: 12px;
	margin-bottom: 55px;
	height:auto;
	line-height: 25px;
	font-size: 14px;
	overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;
}

.bn-2{
	width: 367px;
	/*border:1px solid #38f;*/
	float:right;
}


/*科学的第五部分*/
.kexue-5{
	border-top:1px solid white;
	box-sizing:border-box;
	width:100%;
	height:auto;
	position: relative;
	margin-top: 10px;

}
.kexue-5 .wsbg{
	width:100%;
	height:645px;
	position: absolute;
	left:0px;
	top:0px;
	background-image: url(../img/bg3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	z-index: -3;
}
.kexue-5-bufen1{
	width:1200px;
	height:auto;
	margin:0 auto;
	/*border:1px solid white;*/
	padding-top:50px;

} 
.kexue-5-bufen1 img{
	display: block;
	margin:5px auto;

} 
.kexue-5-bufen1 h4{
	width:100%;
	color:white;
	text-align: center;
	margin-top: 20px;
}
.kexue-5-bufen1 h4 i{
	 display: inline-block;
    width: 100px;
    margin: 0 15px;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255,255,255,0.6);
    vertical-align: middle;
}
.kexue-5-bufen1>p{
	font-size:14px;
	line-height: 30px;	
	height:auto;
	width:100%;
	margin:0 auto;
	text-indent: 2em;
	color:white;
	margin-top:50px;
}
.kk-twrr1{
	width:100%;
	height:auto;
	padding:10px 0px;
	border:1px solid #f3f4f3;
	box-sizing:border-box;
	margin-top: 40px;
	background-color:#f3f4f3;
	margin-bottom: 40px;
}
.op1{
	float:left;
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:60%;
	margin-bottom: 10px;
}
.op1 span{
  display: block;
  width:96%;
  font-size:18px;
  color:#10492d;
  letter-spacing: 1px;
  margin:0 auto;
  margin-bottom:20px;
}
.op1 p{
	width:96%;
	height:auto;
	line-height: 25px;
	color:gray;
	font-size:14px;
	text-indent:2em;
	margin:0 auto;
	margin-top: 30px;
}
.op2{
	width:40%;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	float:left;
}
.op2 img{
	display: block;
	width:90%;
	height:auto;
	margin:5px auto;
}
.ttr>p{
	color:black;
}

ul.tab{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	margin:10px auto;
	height:auto;
	clear: both;
	box-sizing:border-box;
}
ul.tab li{
	width:33.3333%;
	/*border:1px solid red;*/
	box-sizing:border-box;
	height:auto;
	float: left;
}
ul.tab li span{
	width:96%;
	height:auto;
	border:1px solid green;
	height:30px;
	line-height: 30px;
	color:white;
	text-align: center;
	display: block;
	background-color:#10492d;
	margin:0 auto;
	font-size:16px;
	letter-spacing: 1px;
	cursor: pointer;
}

ul.tab li span.aacc{
	background-color: green;
}


.kx-rongqi{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-top: 10px;
	padding-bottom:10px;
}
.kx-rongqi div.haha{
	display: none;
}
.kx-rongqi div.haha p{
	width:96%;
	margin:10px auto;
	height:auto;
	line-height:25px;
	font-size:14px;
	color:black !important;
	text-indent: 2em;
}
.kx-rongqi div.haha div{
	width:100%;
	height:auto;
	text-align: center;
}
.kx-rongqi div.haha div img{
	display:inline-block;
	width: 80%;
	height: auto;
	max-width: 90%;
	
}


/*企业党建*/

ul.qiye{
	width:100%;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin-top:60px;
	padding-bottom:30px;

}
ul.qiye li{
	width:100%;
	height:auto;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	padding-bottom: 30px;
	border-bottom:1px dashed #ccc;
	cursor:pointer;
	padding-top:30px;
}
ul.qiye li.aaww{
	background-color: #ebedeb;
}
ul.qiye li.aaww .aa3 span{
	font-weight:bold;
	color:#10492d;
}
ul.qiye li.aaww .aa4 span{
	background-color: #10492d;
	border-color:#10492d;
	color:white;
}
ul.qiye li div{
	float: left;
}
ul.qiye li div.aa1{
	width:240px;
	height:auto;
	/*border:1px solid black;*/
	bxo-sizing:border-box;
}
ul.qiye li div.aa1 img{
	display: block;
	max-width: 100%;
	height:auto;
	max-height:180px;
}
ul.qiye li div.aa2{
	width:100px;
	margin-left: 33px;
	height:auto;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	padding-top:35px;

}

ul.qiye li div.aa2 span{
	font-size:14px;
	color:#5e5d5d;
}

ul.qiye li div.aa2 p{
	/*font-weight:bold;*/
	font-size:30px;
	color:#5e5d5d;
}
ul.qiye li div.aa3{
	width:425px;
	margin-left: 10px;
	height:auto;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
}
ul.qiye li div.aa3 span{
	color:black;
	font-size:16px;
	letter-spacing: 1px;
	height:auto;
	line-height:25px;
	display: block;
	width:100%;
	overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;

}
ul.qiye li div.aa3 p{
	width:100%;
	height:auto;
	line-height: 25px;
	font-size:14px;
	letter-spacing: 1px;
	color:#b0b0b0;
	overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
	margin-top:12px;

}
ul.qiye li div.aa4{
	width: 100px;
	height:auto;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	text-align: center;
	padding-top:40px;
	padding-bottom:40px;
}

ul.qiye li div.aa4 span{
	display: inline-block;
	width:50px;
	height:50px;
	line-height: 50px;
	border:1px solid #ccc;
	text-align: center;
	color:black;
	font-size:16px;
	font-weight:bold;
}


/*和盛团队*/

.hesheng-box{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
}
div.tuandui-biaoqian{
	width:600px;
	height:auto;
	margin:0 auto;
	margin-top:80px;
}
div.tuandui-biaoqian p{
	width:100%;
	height:25px;
	line-height: 25px;
	text-align:center;
	font-size:18px;
	letter-spacing:1px;
	color:#494949;
	font-weight:600;
}
div.tuandui-biaoqian span{
	width:100%;
	height:25px;
	line-height: 25px;
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	color:black;
	display: block;
	color:gray;

}

div.tuandui-tw{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:1200px;
	margin:0 auto;
	margin-top:65px;
}
div.tuandui-tw-1{
	float:left;
	width:50%;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;

}
div.tuandui-tw-1 img{
	display:block;
	width:100%;
	height:auto;
}
div.tuandui-tw-2{
	float:left;
	width:45%;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	height:auto;
	padding-left: 40px;
}

div.tuandui-tw-2 span{
	width:410px;
	display:block;
	height:40px;
	line-height: 40px;
	padding:0px 3px;
	color:white;
	font-size:14px;
	letter-spacing: 1px;
	/*font-weight:bold;*/
	background-color:#10492d; 
	text-align: center;
	margin-top: 50px;
	margin-bottom: 65px;
	margin-left: -160px;
}
div.tuandui-tw-2 p{
	height:auto;
	width:100%;
	line-height:30px;
	font-size:14px;
	color:#868988;
	text-indent: 2em;
}

div.tuandui-two{
	width:100%;
	height:800px;
	position: relative;
	border-top:1px solid white;
	box-sizing:border-box;
	margin-top:120px;
	margin-bottom: 80px;
}
.tuandui-bg{
	width:100%;
	height:785px;
	position: absolute;
	z-index: -1;
	left:0px;
	top:0px;
	background-image: url(../img/shzr2.jpg);
	background-position: center;
	background-size:100% auto;
	background-repeat: no-repeat;
}
.ooii{
	width:600px;
	margin:0 auto;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin-top: 60px;
	margin-bottom:90px;
}
.ooii p{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:white;
	font-size:18px;
	font-weight:bold;
}
.ooii span{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:white;
	font-size:16px;
	display: block;
}

.ooaa11{
	width:1200px;
	height:auto;
	line-height:30px;
	color:white;
	font-size:16px;
	text-indent: 2em;
	margin:0 auto;
	letter-spacing:1px;
}
.tuandui-two img{
	display: block;
	margin:75px auto;
	max-width: 90%;
	height: auto;
}


/*人力资源*/

/*职位招聘*/
div.renli-zw{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	padding-top:75px;
	background-color:#ebedeb;

}


ul.zhaopinpian{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:60px;
	width:1200px;
	padding-bottom:70px;
 }

ul.zhaopinpian li{
    width:100%;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	height:auto;
	margin-top:20px;
}

ul.zhaopinpian li div.xs1{
	width:100%;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	height:45px;
	line-height: 45px;
	background-color:white;
	position: relative;

}

ul.zhaopinpian li div.xs1 span{
	font-size:16px;
	color:#10492d;
	letter-spacing:1px;
	margin-left: 25px;
}
ul.zhaopinpian li div.xs1 i{
	display: inline-block;
	width:0;
	height:0;
	border-left:10px solid #ebedeb;
	border-top:8px solid transparent;
	border-bottom:8px solid  transparent;
	

} 
ul.zhaopinpian li div.xs1 b{
	display: inline-block;
	width:25px;
	height:25px;
	background-image: url(../img/11.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*border:1px solid red;*/
	position: absolute;
	z-index: 1;
	right: 8px;
	top:50%;
	margin-top:-12.5px;
}
ul.zhaopinpian li div.xs2{
	width:100%;
	height:auto;
	display: none;
}
ul.zhaopinpian li div.xs2>div{
	float:left;
	width:50%;
	/*border:1px solid red;*/
	box-sizing:border-box;
	height:auto;
	padding-left:35px;
}
ul.zhaopinpian li div.xs2>div span{
	font-weight:bold;
	font-size:14px;
	color:#10492d;
	width:100%;
	height:auto;
	text-align:left;
	margin-top:30px;
	display: block;
}
ul.zhaopinpian li div.xs2>div p{
	margin-top:20px;
	font-size:14px;	
	line-height:25px;
	color:#666666;
	/*text-indent: 2em;*/
}


ul.zhaopinpian li div.activeaa{
	background-color:#10492d;

}
ul.zhaopinpian li div.activeaa span{
	color:white;
}
ul.zhaopinpian li div.activeaa b{
	background-image: url(../img/22.png);
}


/*激励体制*/
div.renli-jili{
	/*border:1px solid red;*/
	box-sizing:border-box;
	width:100%;
	height:auto;
	background-color:#fff;
	padding-top: 70px;
}

.jili-box{
	width:1200px;
	height:auto;
	/*border:1px solid #38f;*/
	box-sizing:border-box;
	margin:0 auto;
	padding-bottom: 100px;
}

.flus{ width: 100%; position: relative; display: table; text-align: center; margin-top: 50px; }
.flus li{ display: inline-block; vertical-align: middle; margin: 60px 45px 0; width: 175px; height: 175px; background-color: #FAFAFA; text-align: center; position: relative;
 transform: rotateZ(45deg);
 -webkit-transform: rotateZ(45deg);
 -moz-transform: rotateZ(45deg);
 -o-transform: rotateZ(45deg);
 }
.flus li div{ width: 100%; position: absolute; left: 50%; top: 50%;
	transform: rotateZ(-45deg) translate3d(-21%,-100%,0); 
	-webkit-transform: rotateZ(-45deg) translate3d(-21%,-100%,0);
	-moz-transform: rotateZ(-45deg) translate3d(-21%,-100%,0); 
	-o-transform: rotateZ(-45deg) translate3d(-21%,-100%,0);
}
.flus li.fs1 div{
transform: rotateZ(-45deg) translate3d(-18%,-100%,0);
-webkit-transform: rotateZ(-45deg) translate3d(-18%,-100%,0);
-moz-transform: rotateZ(-45deg) translate3d(-18%,-100%,0);
-o-transform: rotateZ(-45deg) translate3d(-18%,-100%,0);
}
 
.flus li.fs8{ margin:60px 45px 0 200px;}
.flus li.fs9{ margin:60px 200px 0 45px;}
.flus li.fs8,
.flus li.fs9, 
.flus li.fs5,
.flus li.fs6,
.flus li.fs7{ margin-top: -40px;}

.flus li i{ display: block; font-size: 40px; color: #10492D;}
.flus li span{ display: block; padding-top:8px; font-size: 15px; line-height: 1.6;}
.flus li:hover{ background-color: #10492D;}
.flus li:hover span,
.flus li:hover i{ color: #fff;}



/*点击按钮*/
i.click{
	width:30px;
	height:30px;
	/*border:1px solid red;*/
	box-sizing:border-box;
	/*background-color: red;*/
	float: right;
	display: none;
	/*margin-right:1.5%;
	margin-top: 1.5%;*/
	margin-top: 5px;
}
i.click img{
	display: block;
	width:100%;
	height:auto;
	margin:0 auto;
}


.phone-nav{
	width:25%;
	position: fixed;
	z-index: 100;
	right:0px;
	top:0px;
	height:100%;
	border-left:1px solid white;
	box-sizing:border-box;
	padding-top: 5%;
	background-color: #10492d;
	right:-50%;
}
.phone-nav ul{
	width:100%;
	height:auto;
	margin-top: 1%;
	position: absolute;
	z-index: 100000;
	margin-top: 40px;


}
.phone-nav ul li{
	height:40px;
	width:100%;
	line-height: 40px;
	text-align:center;
	border-bottom:1px solid white;
	box-sizing:border-box;
	margin-bottom: 10px;

}
.phone-nav ul li a{
	font-size:12px;
	color:white;
	letter-spacing: 1px;
}

.section2{
/*border: 1px solid transparent;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-image: url(../img/four.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.section3{
/*border: 1px solid transparent;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-image: url(../img/two.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.section4{
/*border: 1px solid transparent;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-image: url(../img/one.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.section5{
/*border: 1px solid transparent;*/
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-image: url(../img/three.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}


/*单页部分*/

div.danye{
	width:100%;
	height:auto;
	/*border:1px solid red;*/
	box-sizing:border-box;
	margin:0 auto;
}

p.danye-1{
	width:100%;
	height:auto;
	font-size:22px;
	color:black;
	/*font-weight:bold;*/
	margin-bottom: 3px;
	line-height: 1.65;
	text-align: center;
}

p.danye-2{
	width:100%;
	height:auto;
	font-size:16px;
	color:#666666;
	text-align: center;
	margin-bottom: 6px;
}

div.danye-3{
	width:100%;
	height:auto;
	margin:3px auto;
	box-sizing:border-box;
}

div.danye-3 img{
	max-width: 100%;
	    display: block;
	height:auto;
	margin:3px auto;
}

div.danye-3 p{
	font-size:16px;
	color:black;
	line-height: 1.5;
}

div.pagee{
	display: block;
	width:100%;
	height:auto;
	padding:6px 0px;
}

div.pagee a{
	display: block;
	margin:3px auto;
	height:20px;
	line-height: 20px;
	text-align: left;
	color:#666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}



div.rongqi form{ clear: both; width:600px; margin:20px auto; margin-top:20px;}
div.rongqi form div{ width:100%; float:left; margin:0 0 15px;}
div.rongqi form div label{ width:80px; float:left; height:32px; line-height:32px; float:left; display:block; text-align:right; font-size:15px;}
div.rongqi form div input[type='text']{ height:32px; border:1px solid #e2e2e2; border-radius:3px; width:378px; float:left; text-indent:0.5em; font-size:14px; color:#7E7E7E}
div.rongqi form textarea{ width:368px; float: left; height:168px; border:1px solid #e2e2e2; border-radius:3px; padding:5px; font-size:14px; color:#7e7e7e}
div.rongqi form div img{ float:left; height:34px; width:110px; margin:0 0 0 15px}
div.rongqi form input[type='submit']{ width:100px; height:34px; margin:0 0 0 80px; border:none; background:green; font-size:14px; color:#fff; border-radius:5px; }
div.rongqi form b{width: 20px; height: 32px; line-height: 32px; text-align: center;float: left; color: red; display: none;}